Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TagCloudCellType Class / ConvertToTagCloudItems Method / ConvertToTagCloudItems(String[],String[]) Method
Items for the cloud specified in a string array
Weights for the cloud items specified in a string array


In This Topic
    ConvertToTagCloudItems(String[],String[]) Method
    In This Topic
    Converts a collection of items to tag cloud items.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ConvertToTagCloudItems( _
       ByVal text() As String, _
       ByVal weight() As String _
    ) As Collection(Of TagCloudItem)
    'Usage
     
    
    Dim text() As String
    Dim weight() As String
    Dim value As Collection(Of TagCloudItem)
     
    value = TagCloudCellType.ConvertToTagCloudItems(text, weight)
    public static Collection<TagCloudItem> ConvertToTagCloudItems( 
       string[] text,
       string[] weight
    )

    Parameters

    text
    Items for the cloud specified in a string array
    weight
    Weights for the cloud items specified in a string array

    Return Value

    See Also